home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / DHA demo / Don Norman Folder / The Library / The Library.rsrc / CSTR_21999_UDBookMarkCSTR < prev    next >
Text File  |  1994-09-21  |  276b  |  7 lines

  1. if sbn() = "details" then
  2. if there is a btn "bookmark" in cd 2 then
  3. put the script of btn "bookmark"of card 2 into bmInstructions
  4. put "go card " & the number of this card into line 2 of bmInstructions
  5. set the script of btn "bookmark" of card 2 to bmInstructions
  6. end if
  7. end if